home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / Vehicle_Explosion_2.as < prev    next >
Text File  |  2011-08-19  |  220b  |  15 lines

  1. package
  2. {
  3.    import flash.media.Sound;
  4.    
  5.    public dynamic class Vehicle_Explosion_2 extends Sound
  6.    {
  7.        
  8.       
  9.       public function Vehicle_Explosion_2()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.